home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / dosutils / tsbat50.zip / BLANK.BAT < prev    next >
DOS Batch File  |  1991-12-06  |  586b  |  23 lines

  1. echo off
  2.  
  3. rem Here is the most trivial screen saver for whatever its worth.
  4. rem To exit, press any key.
  5.  
  6. rem Not that it is any of my business, but why buy a computer in the
  7. rem first place if you don't want to use it. :-)
  8.  
  9. rem If you want to hide the cursor completely while the screen is
  10. rem blanked, delete the rem in front of the three rows below. See
  11. rem COLOR.BAT for the alternatives for the next to last line. The
  12. rem current code restores yellow text on black background.
  13.  
  14. echo off
  15.  
  16. rem echo 
  17.  
  18. cls
  19. pause > nul
  20.  
  21. rem echo 
  22. rem echo 
  23.